home *** CD-ROM | disk | FTP | other *** search
- on(release){
- Random = random(3);
- tellTarget(HsNeg)
- {
- nextFrame();
- }
- if(Random == 1)
- {
- if(eval("/Variables:PersoPres") == 2)
- {
- Ran = random(2);
- if(Ran == 1)
- {
- tellTarget(VoixGregor)
- {
- play();
- }
- }
- else
- {
- tellTarget(VoixPrescott)
- {
- play();
- }
- }
- }
- else
- {
- tellTarget(VoixGregor)
- {
- play();
- }
- }
- }
- }
-